diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-11-20 12:01:02 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-12-01 10:28:50 -0600 |
commit | 801a194616d95e6fc426a176d9615ccbf9876c7f (patch) | |
tree | 9465d7d6808452f865a3a0c0604167d45dd3877b /include/configs/MPC8349ITX.h | |
parent | f698738e46cb461e28c2d58228bb34a2fcf5a475 (diff) | |
download | u-boot-imx-801a194616d95e6fc426a176d9615ccbf9876c7f.zip u-boot-imx-801a194616d95e6fc426a176d9615ccbf9876c7f.tar.gz u-boot-imx-801a194616d95e6fc426a176d9615ccbf9876c7f.tar.bz2 |
Removed unused CONFIG_L1_INIT_RAM symbol.
Prevent further viral propogation of the unused
symbol CONFIG_L1_INIT_RAM by just removing it.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r-- | include/configs/MPC8349ITX.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index f633f24..14cbc45 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -266,7 +266,6 @@ boards, we say we have two, but don't display a message if we find only one. */ #undef CONFIG_SYS_RAMBOOT #endif -#define CONFIG_L1_INIT_RAM #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */ #define CONFIG_SYS_INIT_RAM_END 0x1000 /* End of used area in RAM*/ |