diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/trab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index 80a4b583806..e6b43d6605f 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -28,8 +28,8 @@ #ifdef CONFIG_OLD_VERSION /* Old configuration: */ #define CONFIG_RAM_16MB /* 16 MB SDRAM */ -#define CONFIG_FLASH_8MB /* 8 MB Flash */ #endif +#define CONFIG_FLASH_8MB /* 8 MB Flash */ /* * If we are developing, we might want to start armboot from ram |