diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-11-20 15:36:48 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-12-03 22:48:32 -0600 |
commit | 5a105a333dab6a23e92d763ce76d6f31d57f45df (patch) | |
tree | 07b27ae434fe2c5a3755755e24f7d1f7ce71e7b3 /include/configs/TQM834x.h | |
parent | 7008d26a40a76f90cae5824c812cfed449fb97b8 (diff) | |
download | u-boot-imx-5a105a333dab6a23e92d763ce76d6f31d57f45df.zip u-boot-imx-5a105a333dab6a23e92d763ce76d6f31d57f45df.tar.gz u-boot-imx-5a105a333dab6a23e92d763ce76d6f31d57f45df.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>
Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 2961a1b..796030d 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -171,7 +171,6 @@ extern int tqm834x_num_flash_banks; #undef CONFIG_SYS_RAMBOOT #endif -#define CONFIG_L1_INIT_RAM #define CONFIG_SYS_INIT_RAM_LOCK 1 #define CONFIG_SYS_INIT_RAM_ADDR 0x20000000 /* Initial RAM address */ #define CONFIG_SYS_INIT_RAM_END 0x1000 /* End of used area in RAM*/ |