[U-Boot] [PATCH] Add support for operating system OSE

2010-09-27 Thread Torkel Lundgren
Add OSE as operating system for mkimage and bootm. --- common/cmd_bootm.c| 39 +++ common/image.c|1 + include/config_defaults.h |1 + include/image.h |1 + 4 files changed, 42 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH] Add support for operating system OSE

2010-09-28 Thread Torkel Lundgren
Add OSE as operating system for mkimage and bootm. Signed-off-by: Torkel Lundgren --- common/cmd_bootm.c| 39 +++ common/image.c|1 + include/config_defaults.h |1 + include/image.h |1 + 4 files changed, 42

[U-Boot] [PATCH] Add OSE as bootm config for affected board configs

2011-09-21 Thread Torkel Lundgren
Signed-off-by: Torkel Lundgren --- include/configs/MPC8260ADS.h |5 + include/configs/MPC8266ADS.h |5 + include/configs/MPC8308RDB.h |5 + include/configs/MPC8313ERDB.h|5 + include/configs/MPC8315ERDB.h|5

Re: [U-Boot] OSE support shouldnt be enabled by default

2011-05-12 Thread Torkel Lundgren
er Skickat: den 2 april 2011 01:11 Till: Torkel Lundgren Kopia: u-boot Ämne: OSE support shouldnt be enabled by default the commit below slipped in without me noticing ... could you please revert the change to this header and only enable support for this OS in whatever boards you're usin