diff options
| author | Simon Glass <[email protected]> | 2017-06-15 21:37:53 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-07-11 10:08:20 -0600 |
| commit | d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba (patch) | |
| tree | 0229ced8e8debc255e4f04baa3c0a6b5a9c82ba9 /arch | |
| parent | 4e6bafa56807b7ea4ebfb2eebbcf2eae674866e0 (diff) | |
sandbox: Enable more console options
Enable the pre-console buffer, displaying the model and post-relocation
console announce on sandbox. Also add a model name to the device tree.
This allows testing of these features.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/sandbox.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts index 40f423da256..0aba6c9a6da 100644 --- a/arch/sandbox/dts/sandbox.dts +++ b/arch/sandbox/dts/sandbox.dts @@ -5,6 +5,7 @@ / { #address-cells = <1>; #size-cells = <1>; + model = "sandbox"; aliases { eth5 = "/eth@90000000"; |
