diff options
author | dzu <dzu> | 2003-09-29 21:55:54 +0000 |
---|---|---|
committer | dzu <dzu> | 2003-09-29 21:55:54 +0000 |
commit | 8a42eac7442816934567215cdc0de4e94df5b6d1 (patch) | |
tree | 4955faa0ce63f59294ff417ac70a952dd0f8eae9 /include/configs/trab.h | |
parent | 91e940d9bc15436de2bc73603957136e19082c35 (diff) | |
download | u-boot-8a42eac7442816934567215cdc0de4e94df5b6d1.tar.gz u-boot-8a42eac7442816934567215cdc0de4e94df5b6d1.tar.xz u-boot-8a42eac7442816934567215cdc0de4e94df5b6d1.zip |
* Adapt TRAB configuration and auto_update to new memory layout
Diffstat (limited to 'include/configs/trab.h')
-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 80a4b58380..e6b43d6605 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 |