diff options
author | Eric Bénard <eric@eukrea.com> | 2010-08-09 11:50:45 +0200 |
---|---|---|
committer | Reinhard Meyer <u-boot@emk-elektronik.de> | 2010-08-20 16:41:57 +0200 |
commit | af4b8b4bdb37f49eb0bdf969a64341a8c65ccafa (patch) | |
tree | 6ab441d9f022ef9ee5be07b26ccba988a8be0dc6 /Makefile | |
parent | 64037fb453e569480ec3fc14500047a23a6b637e (diff) | |
download | u-boot-imx-af4b8b4bdb37f49eb0bdf969a64341a8c65ccafa.zip u-boot-imx-af4b8b4bdb37f49eb0bdf969a64341a8c65ccafa.tar.gz u-boot-imx-af4b8b4bdb37f49eb0bdf969a64341a8c65ccafa.tar.bz2 |
cpuat91: convert to new at91 soc architecture
convert the board to the new soc architecture
update default config
i2c upgrade taken from eb_cpux9k2.h & board/BuS/eb_cpux9k2/cpux9k2.c
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1883,7 +1883,7 @@ CPUAT91_RAM_config \ CPUAT91_config : unconfig @mkdir -p $(obj)include @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h - @$(MKCONFIG) -n $@ -a cpuat91 arm arm920t cpuat91 eukrea at91rm9200 + @$(MKCONFIG) -n $@ -a cpuat91 arm arm920t cpuat91 eukrea at91 ######################################################################### ## ARM926EJ-S Systems |