From 0312bea38bcef414f6c9920879bcb1c746f61e62 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 26 Feb 2014 14:45:12 +0100 Subject: [PATCH] dynamic_rom: Don't mention decorator Omit the decorator.run script from the README file because it is not integrated in mainline yet. --- os/src/server/dynamic_rom/README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/os/src/server/dynamic_rom/README b/os/src/server/dynamic_rom/README index 41b975a7cc..b14be9dbcc 100644 --- a/os/src/server/dynamic_rom/README +++ b/os/src/server/dynamic_rom/README @@ -1,6 +1,4 @@ ROM service that provides ROM modules that change during the lifetime of a ROM -session according to a timeline. This main purpuse of this service is the +session according to a timeline. This main purpose of this service is the testing of programs that are able to respond to ROM module changes, for example configuration changes. - -For a practical example, refer to the 'gems/run/decorator.run' script.