summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9261ek
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-03-01 15:58:56 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-03-12 18:47:13 +0800
commit3558cd06b5a76fd6043759f8c2e459ef01728d00 (patch)
tree595dcae557f10c4b01dad9b6c9c890ce862e1ef4 /arch/arm/boards/at91sam9261ek
parent65480192e65b4477f5fedb910af7b09e191cb878 (diff)
downloadbarebox-3558cd06b5a76fd6043759f8c2e459ef01728d00.tar.gz
barebox-3558cd06b5a76fd6043759f8c2e459ef01728d00.tar.xz
at91sam9261ek/9g10ek: update board supprt
update fancy prompt to be the same as the other Atmel board use the same feature on 9g10ek and 9261ek - use tlsf - enable MMU - set max size to 256KiB - bootm: add initrd support - nand: drop non used hw ecc and oob device Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/boards/at91sam9261ek')
-rw-r--r--arch/arm/boards/at91sam9261ek/env/config3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boards/at91sam9261ek/env/config b/arch/arm/boards/at91sam9261ek/env/config
index 9be63313a6..de1301026f 100644
--- a/arch/arm/boards/at91sam9261ek/env/config
+++ b/arch/arm/boards/at91sam9261ek/env/config
@@ -33,5 +33,4 @@ autoboot_timeout=3
bootargs="console=ttyS0,115200"
# set a fancy prompt (if support is compiled in)
-PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m "
-
+PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m\n# "