
2013/11/8 Paul Burton paul.burton@imgtec.com:
This is in preparation for adapting this board to function correctly on a physical MIPS Malta board. The board is moved into an "imgtec" vendor directory at the same time in order to ready us for any other boards supported by Imagination in the future.
Signed-off-by: Paul Burton paul.burton@imgtec.com
Changes in v4:
- rebase atop master
Changes in v3:
- modify a missed CONFIG_QEMU_MALTA in arch/mips/cpu/mips32/start.S which would affect old QEMU builds
Changes in v2:
- move to an imgtec vendor directory to reduce churn should other Imagination boards be added later
- enable rename detection for the patch
...
diff --git a/include/configs/qemu-malta.h b/include/configs/malta.h similarity index 98% rename from include/configs/qemu-malta.h rename to include/configs/malta.h index 03514d1..4ca8bad 100644 --- a/include/configs/qemu-malta.h +++ b/include/configs/malta.h @@ -13,7 +13,7 @@ /*
- System configuration
*/ -#define CONFIG_QEMU_MALTA +#define CONFIG_MALTA
#define CONFIG_PCI
#define CONFIG_PCI_GT64120
1.8.4.1
I've missed that last time, you should also change the prompt:
#if defined(CONFIG_SYS_LITTLE_ENDIAN) #define CONFIG_SYS_PROMPT "qemu-maltael # " #else #define CONFIG_SYS_PROMPT "qemu-malta # " #endif