Re: [U-Boot] [U-Boot, v2, 01/19] lib: Allow using display_buffer() in SPL

2019-04-21 Thread Philipp Tomsich
> At present this function uses printf() format strings that are not > supported in SPL, so the output just consists of %llx strings on 64-bit. > machines. Fix this by adding a special case. > > Signed-off-by: Simon Glass > Reviewed-by: Philipp Tomsich > --- > > Changes in v2: None > >

Re: [U-Boot] [U-Boot, v2, 01/19] lib: Allow using display_buffer() in SPL

2019-01-31 Thread Philipp Tomsich
> At present this function uses printf() format strings that are not > supported in SPL, so the output just consists of %llx strings on 64-bit. > machines. Fix this by adding a special case. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > lib/display_options.c | 4 +++- > 1